Creates a timeline. This is equivalent to calling Get<(Of <<'(T>)>>)(array<Byte>[]()[][]) on Default for the first time.

Namespace:  Janus
Assembly:  Janus (in Janus.dll)

Syntax

C#
public Timeline(
	ushort id,
	bool autoAdd
)

Parameters

id
Type: System..::..UInt16
The unique ID of the timeline.
autoAdd
Type: System..::..Boolean
Whether or not to connect this timeline automatically.

Remarks

Use of this constructor is discouraged, as it will fail if another timeline with the same ID exists. Get<(Of <<'(T>)>>)(array<Byte>[]()[][]) will check for an existing timeline and return it.

See Also